DSH File Tree:给 DeepSeek Harness Web 会话增加工程文件查看与编辑
lak321/dsh-filetree 是一个面向 DSH Web 界面的插件组合,采用 MIT 许可证,旨在增强会话视图对当前工程文件的管理能力。该插件新增“文件”页签,提供完整目录树的展开、折叠及实时切换功能,支持点击文件查看内容,并具备 VSCode 风格的编辑器,包含 C/C++ 语法高亮、行号、自动缩进、深色主题及透明滚动条,可直接修改并保存文件到磁盘。安装需通过指定最新提交号的 bundle 命令添加插件,随后重启 DSH Web。使用时,用户仅需进入会话,点击顶部“文件”页签,即可在左侧浏览目录,右侧打开文件进行编辑与保存。开发层面需注意客户端插件须正确导出 `inject` 依
Read MoreDSH Workspace Explorer: Adding a Workspace File Panel to the DSH Web GUI
dsh-workspace-explorer is an MIT-licensed plugin maintained by 3911ee, designed to solve the problem of having to switch to local tools when handling workspace files in the DeepSeek Harness (DSH) Web GUI. This plugin adds a "Workspace Files" entry at the bottom of the sidebar, providing a VS Code-style dual-pane panel: the left pane features a directory tree with lazy loading, icon coloring, and new/rename operations; the right pane is an editor with line numbers, syntax highlighting (supporting 10+ languages), a status bar, and drag-to-resize functionality. Core features include local execution, no outbound connections, support for `@file` references to link with AI agents, and bilingual interface adaptation for Chinese and English. Installation requires DSH 0.1.0-rc.6 or above, via `dsh plugin`.
Read More